/* media for mobil screen */
@media (max-width: 576px) {
  .carousel-item img {
    width: 100% !important;
    height: 500px !important;
  }
  .carousel-item {
    height: 100vh !important;
    height: 200vh !important;
  }
  /* --card secttion */
  .card_heading {
    text-align: center !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .card {
    width: 100% !important;
  }

  /* ---about section--- */
  .about_contant {
    margin: 7px !important;
  }
  .about_images img {
    width: 100% !important;
  }
  /* --footer section-- */
  .main-footer {
    padding-top: 30px !important;
    text-align: center  !important;
  }

  .main-footer {
    text-align: center !important;
  }
}
/* ---for  576 to 767 screen */
@media (min-width: 576px) and (max-width: 767px) {
  .card_heading {
    text-align: center !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .card {
    padding: 10px !important;
  }
  /* --footer section-- */
  .main-footer {
    padding-top: 20px !important;
  }
}

/* --for loptop screen--- */
@media (max-width: 992px) {
  .card_heading {
    text-align: center !important;
    margin: 10px !important;
    padding: 5px !important;
  }
  .card {
    padding: 0px !important;
  }
  .carousel-item {
    height: auto !important;
    height: 100vh !important;
  }
  .carousel-caption {
    top: 15% !important;
    bottom: 0 !important;
    left: 10% !important;
    right: 0 !important ;
  }
}
/* ---for large scren */
@media (max-width: 1300px) {
  /* ---for slider section--- */
  .carousel-item {
    height: auto !important;
    height: 100vh !important;
  }
  .carousel-caption {
    top: 10% !important;
    bottom: 10% !important;
    left: 10% !important;
    right: 0 !important ;
  }
  .carousel-item img {
    height: 100vh !important;
  }
  /* ---for card section */
  .card {
    padding: 10px !important;
  }
  /* ---about section--- */
  .about_images img {
    height: auto !important;
    width: 100% !important;
  }
  .about_contant {
    margin-top: 20px !important;
  }
  /*  best seller */
}
